home *** CD-ROM | disk | FTP | other *** search
- # Project: simu
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -g -throwback
- Linkflags = -aif -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.!RunImage: @.o.horizon @.o.misc @.o.plot @.o.simu @.o.sol @.o.GrpLib \
- <CLib> <RISCLib>
- link $(linkflags) @.o.horizon @.o.misc @.o.plot @.o.simu @.o.sol \
- @.o.GrpLib <CLib> <RISCLib>
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.horizon: @.c.horizon
- cc $(ccflags) -o @.o.horizon @.c.horizon
- @.o.misc: @.c.misc
- cc $(ccflags) -o @.o.misc @.c.misc
- @.o.plot: @.c.plot
- cc $(ccflags) -o @.o.plot @.c.plot
- @.o.simu: @.c.simu
- cc $(ccflags) -o @.o.simu @.c.simu
- @.o.sol: @.c.sol
- cc $(ccflags) -o @.o.sol @.c.sol
-
-
- # Dynamic dependencies:
- o.horizon: c.horizon
- o.horizon: h.GrpLib
- o.horizon: h.extern
- o.misc: c.misc
- o.misc: C:h.swis
- o.misc: C:h.os
- o.misc: C:h.bbc
- o.misc: h.GrpLib
- o.misc: h.extern
- o.plot: c.plot
- o.plot: C:h.swis
- o.plot: C:h.os
- o.plot: C:h.bbc
- o.plot: h.GrpLib
- o.plot: h.extern
- o.sol: c.sol
- o.sol: h.GrpLib
- o.sol: h.extern
- o.simu: c.simu
- o.simu: C:h.swis
- o.simu: C:h.os
- o.simu: C:h.bbc
- o.simu: h.GrpLib
- o.simu: h.extern
-